From: Chong Yidong Date: Thu, 18 Jan 2007 16:09:06 +0000 (+0000) Subject: (Info-default-dirs): Change default info dir to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30957 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=41a1027e9ead8ce9c0d0f1f3a9e459d3ca071565;p=emacs.git (Info-default-dirs): Change default info dir to share/info. --- diff --git a/lisp/info.el b/lisp/info.el index 880b659faa6..74183046031 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -463,12 +463,12 @@ Do the right thing if the file has been compressed or zipped." (expand-file-name "info/" installation-directory) (if invocation-directory (let ((infodir (expand-file-name - "../info/" + "../share/info/" invocation-directory))) (if (file-exists-p infodir) infodir (setq infodir (expand-file-name - "../../../info/" + "../../../share/info/" invocation-directory)) (and (file-exists-p infodir) infodir))))))